MoveToRequest
data class MoveToRequest(nodeId: NodeId, targetNodeId: NodeId, insertBeforeNodeId: NodeId?)
Content copied to clipboard
Represents request frame that can be used with DOM#moveTo operation call.
Moves node into the new container, places it before the given anchor.
See also
Constructors
MoveToRequest
Link copied to clipboard
fun MoveToRequest(nodeId: NodeId, targetNodeId: NodeId, insertBeforeNodeId: NodeId? = null)
Content copied to clipboard